'Declaration
Public Function New( _ ByVal InvokeServiceResponse() As Byte _ )
'Usage
Dim InvokeServiceResponse() As Byte Dim instance As New InvokeServiceResponseMessage(InvokeServiceResponse)
public InvokeServiceResponseMessage( byte[] InvokeServiceResponse )
public: InvokeServiceResponseMessage( array<byte>^ InvokeServiceResponse )
Parameters
- InvokeServiceResponse
- The invoke service response.